Mark libziparchive vendor_available. libziparchive is a library which belongs to vndk-cap. Mark it vendor_available to enable header-abi-dumper's invocation to identify it as a part of the vndk. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Merged-In: Ic414d368d7043083ce9cf9c09d124fb700ac8866 Change-Id: Ibe490cc6c2cfca0f8d58df45317bb3a491d530f0 (cherry picked from commit 2c87bccf4610a877771641d9476d6fcc0c8db423)
diff --git a/Android.bp b/Android.bp index 44daf36..0a4f088 100644 --- a/Android.bp +++ b/Android.bp
@@ -56,6 +56,8 @@ cc_library { name: "libziparchive", host_supported: true, + vendor_available:true, + defaults: ["libziparchive_defaults", "libziparchive_flags"], shared_libs: ["liblog", "libbase"], target: {